rebooted

@get:JvmName(name = "getRebooted")
@set:JvmName(name = "setRebooted")
var rebooted: Boolean
Sent to tell clients the radio has just rebooted.
Set to true if present.
Not used on all transports, currently just used for the serial console.
NOTE: This ID must not change - to keep (minimal) compatibility with <1.2 version of android apps.

bool rebooted = 8;